-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zeta Ssp Bid Adapter: support for eids #6819
Zeta Ssp Bid Adapter: support for eids #6819
Conversation
Pull master
@asurovenko-zeta can you please add test coverage for this pr 🙏 |
@ChrisHuie done, test are added |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR looks good.
Just a little note, with your code you didn't just add 'sharedId' to your request, you added all configured userIds. You can run your bidder on userId_example.html
example page and you will see 8 different userIds passed in the request.
Is this what you want? Or you just want sharedId
?
Also, please open docs PR.
Yes, we want all userIds. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Before merging it, can you provide url to the docs PR?
@FilipStamenkovic |
@asurovenko-zeta Take a look at my comment on the docs PR: prebid/prebid.github.io#2989 (comment) |
@FilipStamenkovic I pushed the commit by your comment |
Please resolve conflict and state which ids you support, it appears you read many ids beyond sharedid, do you ignore the others? |
@patmmccann I accept all ids, I changed docs PR with it information. Thanks |
Type of change
Description of change
Implementation of SharedId system.
In prebid.setConfig we will add the follow lines to configure SharedId:
Can you check please, that Prebid configuration and implementation are correct?
Thanks!